TableCentering Enumeration
Represents whether tables are centered horizontally and/or vertically on the page.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum TableCentering
Public Enumeration TableCentering
| Horizontal | 0 |
Tables should be centered horizontally on the pages where they appear.
|
| Vertical | 1 |
Tables should be centered vertically on the pages where they appear.
|
| Both | 2 |
Tables should be centered both horizontally and vertically on the pages where they appear.
|
| None | 3 |
Tables should not be centered both horizontally or vertically on the pages where they appear.
|